home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 38 / giftif.zip / GIFBASE.H < prev    next >
C/C++ Source or Header  |  1989-11-22  |  639b  |  19 lines

  1. /*----------------------------------------------------------------------*/
  2. /* Copyright (c) 1987                            */
  3. /* by CompuServe Inc., Columbus, Ohio.  All Rights Reserved        */
  4. /* GIFBASE.H can be copied and distributed freely for any        */
  5. /* non-commercial purposes. GIFBASE.H can only be incorporated        */
  6. /* into commercial software with the permission of CompuServe Inc.    */
  7. /*----------------------------------------------------------------------*/
  8.  
  9. #define MaxColors    256        /* rev 87a */
  10.  
  11. struct ColorEntry
  12.     {
  13.     unsigned char red, green, blue;
  14.     };
  15.  
  16. extern char GIFsignature[];
  17.  
  18. extern short BaseLine[5], LineOffset[5];
  19.